golang.org/x/net/http2.writeQueue.consume (method)
4 uses
golang.org/x/net/http2 (current package)
writesched.go#L213: func (q *writeQueue) consume(n int32) (FrameWriteRequest, bool) {
writesched_priority.go#L410: wr, ok = n.q.consume(limit)
writesched_random.go#L68: if wr, ok := q.consume(math.MaxInt32); ok {
writesched_roundrobin.go#L109: if wr, ok := q.consume(math.MaxInt32); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)